Submit

Stock Performance MCP Server

@Penka Alexandrova

8 months ago
.NET MCP Server to connect with Claude Desktop
Overview

What is Stocks MCP Server?

Stocks MCP Servert is a .NET MCP Server designed to connect with Claude Desktop helping .

How to use Stocks MCP Server?

To use, download and install Claude Desktop, clone the repository, build the project, and configure the .csproj reference in the Claude configuration file.

Кey features

Integration with Claude Desktop for enhanced data interaction. Utilizes the Model Context Protocol for efficient financial data management.

Use cases

Querying financial data with natural language for better insights.

Server Config

{
  "mcpServers": {
    "StocksMCP": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "[the path to ]/StocksMCPServer",
        "--no-build"
      ],
      "env": {
        "ALPHA_VANTAGE_API_KEY": "<YOUR_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.